projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c194b02
)
(reftex-use-fonts): removed the check for
author
Carsten Dominik
<dominik@science.uva.nl>
Wed, 16 Nov 2005 13:42:58 +0000
(13:42 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Wed, 16 Nov 2005 13:42:58 +0000
(13:42 +0000)
window-system, to allow fonts on tty.
lisp/textmodes/reftex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex.el
b/lisp/textmodes/reftex.el
index 8d0aa4bf80db1da67e62c77712e348b8fc4d6c50..386f19f1797f9ea6f18f869178430998ac030775 100644
(file)
--- a/
lisp/textmodes/reftex.el
+++ b/
lisp/textmodes/reftex.el
@@
-2262,7
+2262,7
@@
IGNORE-WORDS List of words which should be removed from the string."
(defun reftex-use-fonts ()
;; Return t if we can and want to use fonts.
- (and window-system
+ (and
;
window-system
reftex-use-fonts
(featurep 'font-lock)))